home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000238_news@newsmaster….columbia.edu _Tue Feb 17 11:53:24 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA25419
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Feb 1998 11:53:24 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA16038
  7.     for kermit.misc@watsun; Tue, 17 Feb 1998 11:53:23 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: How to switch on and off DTR
  12. Date: 17 Feb 1998 16:53:22 GMT
  13. Organization: Columbia University
  14. Lines: 14
  15. Message-ID: <6ccfa2$t97$1@apakabar.cc.columbia.edu>
  16. References: <34e9b890.740967@news.calvacom.fr>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8428
  19.  
  20. In article <34e9b890.740967@news.calvacom.fr>,
  21. Dominique Ottello <do11@calva.net> wrote:
  22. : MS-DOS Kermit 3.15 which I participate to debug works very well with all my
  23. : applications.
  24. : Nevertheless I need to switch on and off DTR in order to test the replies
  25. : of the connected device.
  26. : Is there any way to do that with Kermit 3.15 ?
  27. The HANGUP command turns DTR off and then back on again.  Other than that,
  28. there is no mechanism for explicitly turning DTR off or on.
  29.  
  30. - Frank